Next | Prev | Up | Top | Contents | Index
When to Write a Kernel-level Device Driver
The main reasons for writing a kernel-level device driver are:
- You must use interrupts to access the EISA device.
- You must use DMA operations to transfer data from/to the EISA device.
Next | Prev | Up | Top | Contents | Index